Python doesn’t support the creation of dot plots.
However, creating a histogram of values and then mapping them on a scatterplot solves this problem.
The last few lines of code on this notebook will plot a dotplot for any set of data in our Jupyter notebook, but modifications has to be made to accurately display the plot.
Choose a variable to analyze (height, weight, Instagram followers, etc) and debug the code so that dotplots are displayed for 1st period and 2nd period.